[introspection] mark invokers for gtkeditable vfuncs
authorJohn (J5) Palmieri <johnp@redhat.com>
Wed, 10 Nov 2010 01:57:56 +0000 (20:57 -0500)
committerJohn (J5) Palmieri <johnp@redhat.com>
Wed, 10 Nov 2010 02:00:14 +0000 (21:00 -0500)
gtk/gtkeditable.c

index fc6ea32c2649d74f1839c0127c3f62dd6b4dba0e..e85b1f16bfd87457073e6a6e6f4ae2c7c9b4a749 100644 (file)
@@ -199,6 +199,8 @@ gtk_editable_base_init (gpointer g_class)
  *
  * Note that the position is in characters, not in bytes. 
  * The function updates @position to point after the newly inserted text.
+ *
+ * Virtual: do_insert_text
  */
 void
 gtk_editable_insert_text (GtkEditable *editable,
@@ -373,6 +375,8 @@ gtk_editable_delete_selection (GtkEditable *editable)
  * the end of the text.
  * 
  * Note that positions are specified in characters, not bytes.
+ *
+ * Virtual: set_selection_bounds
  */
 void
 gtk_editable_select_region (GtkEditable *editable,